home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / steppenw.swf / scripts / frame_1134 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  447 b   |  17 lines

  1. if(eval("/Variables:From") == "Grotte")
  2. {
  3.    setProperty("_root.Meg", _xscale, 50);
  4.    setProperty("_root.Meg", _yscale, 50);
  5.    setProperty("_root.Meg", _X, 349);
  6.    setProperty("_root.Meg", _Y, 189);
  7.    tellTarget("Meg")
  8.    {
  9.       gotoAndStop("Down");
  10.    }
  11. }
  12. set("/Variables:Delta",_root.Meg._yscale / 12);
  13. set("/Variables:Decale",0.3);
  14. set("/Variables:EtatVide","Decors2Stoppe");
  15. set("/Variables:EtatActif","Decors2");
  16. stop();
  17.